An inline function for creating a simple AdjacencyList instance. More...
#include "graph_partitioner.hpp"
Go to the source code of this file.
Functions | |
gridpack::network::AdjacencyList * | simple_adjacency_list (const gridpack::parallel::Communicator &comm, const int &global_nodes) |
Make (allocates) AdjacencyList that represents a simple linear network. | |
gridpack::network::GraphPartitioner * | simple_graph_partitioner (const gridpack::parallel::Communicator &comm, const int &global_nodes) |
Make (allocate) a partitioner for a simple linear network. |
An inline function for creating a simple AdjacencyList instance.
gridpack::network::AdjacencyList* simple_adjacency_list | ( | const gridpack::parallel::Communicator & | comm, | |
const int & | global_nodes | |||
) |
Make (allocates) AdjacencyList that represents a simple linear network.
gridpack::network::GraphPartitioner* simple_graph_partitioner | ( | const gridpack::parallel::Communicator & | comm, | |
const int & | global_nodes | |||
) |
Make (allocate) a partitioner for a simple linear network.